home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-15 | 2.1 KB | 75 lines | [TEXT/MPS ] |
- File #1: AddressXlation.h
- File #2: fixed:AddressXlation.h
-
- Extra lines in 2nd before 8 in 1st (File "AddressXlation.h"; Line Δ8; File "fixed:AddressXlation.h"; Line 8:9)
- 8 Modifications by Steve Falkenburg, Apple MacDTS 8/91
- 9
-
-
- Nonmatching lines (File "AddressXlation.h"; Line 10:13; File "fixed:AddressXlation.h"; Line 12:26)
- 10 #define NUM_ALT_ADDRS 4
- 11
- 12 typedef struct hostInfo {
- 13 int rtnCode;
-
- 12 /* conditional #include -->SJF<-- */
- 13
- 14 #ifndef __ADDRESSXLATION__
- 15 #define __ADDRESSXLATION__
- 16
- 17 /* added for misc. definitions -->SJF<-- */
- 18 #ifndef __MACTCPCOMMONTYPES__
- 19 #include <MacTCPCommonTypes.h>
- 20 #endif
- 21
- 22
- 23 #define NUM_ALT_ADDRS 4
- 24
- 25 typedef struct hostInfo {
- 26 long rtnCode; /* changed from int -->SJF<-- */
-
-
- Nonmatching lines (File "AddressXlation.h"; Line 38; File "fixed:AddressXlation.h"; Line 51)
- 38 int rtnCode;
-
- 51 long rtnCode; /* changed from int -->SJF<-- */
-
-
- Nonmatching lines (File "AddressXlation.h"; Line 50; File "fixed:AddressXlation.h"; Line 63)
- 50 unsigned short class;
-
- 63 unsigned short cacheClass; /* changed from class -->SJF<-- */
-
-
- Extra lines in 2nd before 58 in 1st (File "AddressXlation.h"; Line Δ58; File "fixed:AddressXlation.h"; Line 71:81)
- 71 /* added for C++ support -->SJF<-- */
- 72 #ifdef __cplusplus
- 73 extern "C" {
- 74 #endif
- 75
- 76
- 77 #ifdef THINK_C
- 78 typedef ProcPtr EnumResultProcPtr;
- 79 typedef ProcPtr ResultProcPtr;
- 80 typedef ProcPtr ResultProc2Ptr;
- 81 #else
-
-
- Extra lines in 2nd before 63 in 1st (File "AddressXlation.h"; Line Δ63; File "fixed:AddressXlation.h"; Line 87)
- 87 #endif
-
-
- Nonmatching lines (File "AddressXlation.h"; Line 78; File "fixed:AddressXlation.h"; Line 103:110)
- 78 extern OSErr CloseResolver();
-
- 103 extern OSErr CloseResolver(void); /* Added (void) to make it a prototype (Think C) -->SJF<-- */
- 104
- 105 /* added for C++ support -->SJF<-- */
- 106 #ifdef __cplusplus
- 107 }
- 108 #endif
- 109
- 110 #endif /* conditional include -->SJF<-- */
-
- *** EOF on both files ***
-